home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / OOPSPalette / OOPSObjectView.h < prev    next >
Text File  |  1995-06-12  |  176b  |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4.  
  5. @interface OOPSObjectView:View 
  6. {
  7.     NXImage    *image;
  8. }
  9.  
  10. - drawSelf: (const NXRect *)rects :(int)rectCount;
  11. - initFrame:(NXRect *)frameRect;
  12.  
  13. @end
  14.